<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * 初始化样式
 */
*{	margin: 0;	padding: 0;}
ul{	list-style: none; display:block;}
a{	color:#000;	text-decoration: none;-webkit-tap-highlight-color:transparent}
img{	border: 0;	vertical-align:middle;}
a:hover{	text-decoration: none;}
i, cite, em, var, address, dfn {   font-style:normal;}
input{outline:none}
textarea {  -webkit-appearance: none; resize:none}
/* WebKit browsers */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #666; font-size: 12px;}  
/* Mozilla Firefox 4 to 18 */ 
input:-moz-placeholder, textarea:-moz-placeholder {color: #666;font-size: 12px; }   
 /* Mozilla Firefox 19+ */  
input::-moz-placeholder, textarea::-moz-placeholder {color: #666;font-size: 12px; }   
 /* Internet Explorer 10+ */  
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #666;font-size: 12px;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
textarea {  -webkit-appearance: none;}

body{
	width:100%;
	font-size:14px;
	color:#393939;
	margin:0 auto;
	background: #ffffff;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
.fl{ float: left;}

.fr{ float:right;}

.clear{ clear:both;}
.ov{overflow: hidden}
.hide{display: none}

.flex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;justify-content: center;}
.vcenter{display:table-cell;text-align: center;vertical-align: middle;}


















</pre></body></html>